home
***
CD-ROM
|
disk
|
other
***
search
/
SGI Hot Mix 8
/
Hot Mix 8.iso
/
.all
/
demos
/
Soft_Win
/
errorScript
(
.txt
)
< prev
next >
Wrap
Text File
|
1994-06-22
|
954b
|
29 lines
#!/bin/sh
# errorScript
#
# Derived from: SoftPC HotMix scripts
#
# Author: Anthony Shaughnessy
#
# Created on: 7th April 1994
#
# Sccs ID: @(#)errorScript.sh 1.2 4/19/94
#
# Coding Stds.: 2.0
#
# Purpose: This script is called by the instwrap program when it
# detects that inst has complained about some kind of
# interrupt or other strange error. It only really needs
# to output a meaningful message, with some hints as to
# what the user can do about it. This is because the
# output from inst is directed to /dev/null, and so the
# user does not see the inst error messages.
#
echo "\nAn error has occurred while installing SoftWindows. This is most
likely due to a permissions problem. As we are running as root, this is
probably due to directories that are symbolic links to NFS mounted file
systems. Please check in particular the /usr/lib/SoftWindows directory.
SoftWindows cannot be installed into NFS mounted directories.\n"